home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Bus / T-Z / VCR+(app+src) Folder / Sources / initApp.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-14  |  201 b   |  16 lines  |  [TEXT/KAHL]

  1. #include "VCRplus.h"
  2.  
  3. void    initApp(void)
  4. {
  5.     MaxApplZone();
  6.     
  7.     InitGraf(&thePort);
  8.     InitFonts();
  9.     FlushEvents(everyEvent, 0);
  10.     InitWindows();
  11.     InitMenus();
  12.     TEInit();
  13.     InitDialogs(0L);
  14.     InitCursor();
  15. }
  16.